Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: db->db-slider , Previous: D , Up: D , Home: Overview

Clamps Dictionary

db->amp

Function

(db->amp db)

Return amp value of dB value db. The dB value is clipped below -100 and returns the amplitude 0.

Arguments

amp Positive Integer denoting amplitude.

Example

(db->amp 0) ; => 1
(db->amp -6) ; => 0.5011872
(db->amp -100) ; => 0

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate